(function() { const u = '/apps/statistics.php?aid=450353&browser=IE&created_date=20260313&created_hour=15&dduuid=a3a63c32db3ca&device=0&device_type=desktop&os=Windows&ssid=0o4raqfi8tu4dhpvvre5gmmu23&t=1773385763&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39d5613308979fdfd27550441fa2db8fbab18f7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();