(function() { const u = '/apps/statistics.php?aid=107015&browser=IE&created_date=20260110&created_hour=03&dduuid=54533f697fbc8&device=0&device_type=desktop&os=Windows&ssid=2ngeb75ropcol2ui5r9ndkfnmi&t=1767987293&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc7750ab5072dd39a7e2c275a4b8a51e576fc1b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();