(function() { const u = '/apps/statistics.php?aid=113147&browser=IE&created_date=20260303&created_hour=12&dduuid=0079fb7df87c3&device=0&device_type=desktop&os=Windows&ssid=sahsptf1ekiral5kggunrbv5vt&t=1772512830&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f1d8be0a87120e8c22d8077060e6d50c5189bed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();