(function() { const u = '/apps/statistics.php?aid=433554&browser=IE&created_date=20251129&created_hour=22&dduuid=ca2c2fe3d3df6&device=0&device_type=desktop&os=Windows&ssid=c5f3dq5og25787ob0dbg8vi1np&t=1764424854&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=145f09be4b606818f36a0205fd83780f82ef8f97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();