(function() { const u = '/apps/statistics.php?aid=433555&browser=IE&created_date=20251218&created_hour=01&dduuid=1fd4d3a76b452&device=0&device_type=desktop&os=Windows&ssid=cl1hgt0tdu211ehm7fn1dguqjc&t=1765994010&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9249ceba0d6a5c3b2fa1192c9aca8f512ea56ff4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();