(function() { const u = '/apps/statistics.php?aid=450407&browser=IE&created_date=20260307&created_hour=18&dduuid=9df5ded787bcb&device=0&device_type=desktop&os=Windows&ssid=06r5eqqek6d67uqm9b4h6c1uph&t=1772880047&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe8eeea10ecd51027be749b4f7265f9b0538a22b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();