(function() { const u = '/apps/statistics.php?aid=444470&browser=IE&created_date=20251220&created_hour=16&dduuid=878652504eb45&device=0&device_type=desktop&os=Windows&ssid=3d1a6jg8qgdvqc8dbdd14lg94d&t=1766217690&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45c8a5c06f22c8f4b409d5461a0b8ea78cff9901&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();