(function() { const u = '/apps/statistics.php?aid=440881&browser=IE&created_date=20260316&created_hour=07&dduuid=a2ec96dee9aeb&device=0&device_type=desktop&os=Windows&ssid=iqvta80ehj4d8r7lgo49ejr59l&t=1773616114&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5231ef335cdc838ef199ed877478a4675da407b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();