(function() { const u = '/apps/statistics.php?aid=448547&browser=IE&created_date=20260111&created_hour=07&dduuid=ce9568337d40b&device=0&device_type=desktop&os=Windows&ssid=os39ggpsuqb221qg1o4p4nvd92&t=1768086276&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d10e642f4471da4a3596605886e2a55129f26c78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();