(function() { const u = '/apps/statistics.php?aid=12599&browser=IE&created_date=20260120&created_hour=09&dduuid=93765ebd4d14a&device=0&device_type=desktop&os=Windows&ssid=2atl5fu4s25a7633ff6f39bgvu&t=1768874103&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=182e293184d6b39adb4fe7133a05f60d6990972b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();