(function() { const u = '/apps/statistics.php?aid=79874&browser=IE&created_date=20251211&created_hour=21&dduuid=8cf9e4371e7c5&device=0&device_type=desktop&os=Windows&ssid=3rrdnvd19aseocsf1ahkia8j7v&t=1765458247&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=816ce5bf41e2608004d3462260dadeaa4407c65c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();