(function() { const u = '/apps/statistics.php?aid=444117&browser=IE&created_date=20251216&created_hour=20&dduuid=14f73cb566bde&device=0&device_type=desktop&os=Windows&ssid=15a5oi2njrh1qpkpua2a5ts8ch&t=1765886748&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74d36eaa008f1469a40641862042d60d4cdf562a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();