(function() { const u = '/apps/statistics.php?aid=440907&browser=IE&created_date=20251224&created_hour=09&dduuid=e4f61a10d5d43&device=0&device_type=desktop&os=Windows&ssid=p1472c5bmiml48ra1i2sc1fk53&t=1766539989&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=789cc6ce4dac507da424fd0f3d6327171cae2258&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();