(function() { const u = '/apps/statistics.php?aid=429282&browser=IE&created_date=20260115&created_hour=10&dduuid=e15918469cfc7&device=0&device_type=desktop&os=Windows&ssid=f54boll9q0k7mlf8drlqc9roo4&t=1768443308&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4cbbf6b07d3c9ddf0e525ab8cb25443ce17a879&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();