(function() { const u = '/apps/statistics.php?aid=382258&browser=IE&created_date=20260305&created_hour=07&dduuid=dd13ca67c7d03&device=0&device_type=desktop&os=Windows&ssid=j14otd5esufql8ue8havs8p33c&t=1772666809&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eafa3ce87bf5eab5e849fe4a12ff8f9a44f06fb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();