(function() { const u = '/apps/statistics.php?aid=207260&browser=IE&created_date=20260114&created_hour=23&dduuid=5934cfcd4556b&device=0&device_type=desktop&os=Windows&ssid=pt1213tn78qmap9v8sc3lqu3pu&t=1768405400&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee5ca1f6e78d7575f9c8ad83c0a001091088f937&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();