(function() { const u = '/apps/statistics.php?aid=258753&browser=IE&created_date=20251222&created_hour=14&dduuid=200409bb3c156&device=0&device_type=desktop&os=Windows&ssid=8aq8ri82m1voe9nalk2ke79sjq&t=1766383343&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b67346fe816c5f77a3f9e0f0cd6326f027cc14b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();