(function() { const u = '/apps/statistics.php?aid=433&browser=IE&created_date=20260305&created_hour=23&dduuid=f67d54834425e&device=0&device_type=desktop&os=Windows&ssid=67kdvdsc2l7cv0u7tmtvursgau&t=1772722968&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18f8f5a717942259de0f0265088455fcefea0c54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();