(function() { const u = '/apps/statistics.php?aid=262596&browser=IE&created_date=20260226&created_hour=06&dduuid=32e0caa7efa46&device=0&device_type=desktop&os=Windows&ssid=b4cljih8it47grrqjahs39j4j5&t=1772058095&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67846594122dd997020c3931313a84a4a252cb94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();