(function() { const u = '/apps/statistics.php?aid=449274&browser=IE&created_date=20260226&created_hour=12&dduuid=a7f752f9d02f9&device=0&device_type=desktop&os=Windows&ssid=29l83poqet19a7doukoq3mddot&t=1772081893&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32664886d6408988895146e367d9cdd476692d3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();