(function() { const u = '/apps/statistics.php?aid=448624&browser=IE&created_date=20260122&created_hour=04&dduuid=36fa163c0062c&device=0&device_type=desktop&os=Windows&ssid=qhp6lh3jh8qioh5hfr8ditvhjq&t=1769028359&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=067c42c6af24169c859f6cece2b4786906dbed2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();