(function() { const u = '/apps/statistics.php?aid=450926&browser=IE&created_date=20260117&created_hour=11&dduuid=28449287a565b&device=0&device_type=desktop&os=Windows&ssid=tnvshn1kcm536uc1ebvudiercm&t=1768622043&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c22eaea38e951143ffe4e2d84a72d08eb9fc2e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();