(function() { const u = '/apps/statistics.php?aid=92009&browser=IE&created_date=20260227&created_hour=12&dduuid=c48e6e123ee1a&device=0&device_type=desktop&os=Windows&ssid=occl9p30u39qp72h0lrmqiied8&t=1772164807&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ffe9bb066780781894d5db4afaac1bb6d971b2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();