(function() { const u = '/apps/statistics.php?aid=450126&browser=IE&created_date=20260226&created_hour=06&dduuid=f66bf50c0c3e5&device=0&device_type=desktop&os=Windows&ssid=jb16n4ovg190rv4034o7gh7739&t=1772058664&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45ceb68dda4a68e9e6935eb2d973520271b971b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();