(function() { const u = '/apps/statistics.php?aid=442395&browser=IE&created_date=20260305&created_hour=00&dduuid=a52b39818eb53&device=0&device_type=desktop&os=Windows&ssid=g8j14pqsa2pn26iofrj0b60duo&t=1772640563&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da09a84e5db888e615675d1669ea4d8f19fd0cb7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();