(function() { const u = '/apps/statistics.php?aid=25010&browser=IE&created_date=20260113&created_hour=07&dduuid=c75c0559ca2c7&device=0&device_type=desktop&os=Windows&ssid=5e8hqm114f747k0siq0o7tm928&t=1768260844&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a12d8aef7d28f2f9da06dd30873d830269a09bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();