(function() { const u = '/apps/statistics.php?aid=442174&browser=IE&created_date=20251210&created_hour=04&dduuid=a65d5739926b6&device=0&device_type=desktop&os=Windows&ssid=h7bhad0dl0rdck05dbke2tfs0d&t=1765312532&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e9fc48bc2d16b27faa35c9dee298639b2c7b02e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();