(function() { const u = '/apps/statistics.php?aid=206405&browser=IE&created_date=20251227&created_hour=13&dduuid=76cbb0330f48f&device=0&device_type=desktop&os=Windows&ssid=rc9p03d34tp9tvlhr37neru90d&t=1766811622&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f128f527f2a4926310ac6d78c91f80447c89af4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();