(function() { const u = '/apps/statistics.php?aid=33783&browser=IE&created_date=20260124&created_hour=20&dduuid=4ee57d2a9b51e&device=0&device_type=desktop&os=Windows&ssid=b2qnmfahrfkhei2pn1osvb64pq&t=1769258691&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79343edf2c04b2388280a34d5341986567317841&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();