(function() { const u = '/apps/statistics.php?aid=206525&browser=IE&created_date=20251227&created_hour=01&dduuid=2ab7f6901a90f&device=0&device_type=desktop&os=Windows&ssid=6tjsfie9hri8eu4lg5ql8jcc3f&t=1766769327&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=688a701592e712caa9082b87f73aea990acdf110&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();