(function() { const u = '/apps/statistics.php?aid=430267&browser=IE&created_date=20260118&created_hour=05&dduuid=f3c681f75ed08&device=0&device_type=desktop&os=Windows&ssid=g4a8885vpfpgsoa7sidm5si1iv&t=1768686387&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dadae157c8829811f2b619c0a75f471df92292a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();