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