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