(function() { const u = '/apps/statistics.php?aid=448593&browser=IE&created_date=20260124&created_hour=00&dduuid=abbd5a074f1d3&device=0&device_type=desktop&os=Windows&ssid=to5bq3l0aimq0ooe076eqh7buh&t=1769184436&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c4d5ee82513fd5c9273f2e1a4dd3d29c6d7248c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();