(function() { const u = '/apps/statistics.php?aid=459919&browser=IE&created_date=20260313&created_hour=14&dduuid=2926c84c6c581&device=0&device_type=desktop&os=Windows&ssid=rneu056ce8d8gmv5ao44cplrmg&t=1773384631&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c3b44fc0257e75afd3786d29e3e84f2c52c7b72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();