(function() { const u = '/apps/statistics.php?aid=350494&browser=IE&created_date=20260225&created_hour=11&dduuid=d415ac5309227&device=0&device_type=desktop&os=Windows&ssid=l2ch87cb7ag6rfrup9l00v1geo&t=1771989196&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f14c5af17f0bc11e0a6a25fb382a669c60dcb99f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();