(function() { const u = '/apps/statistics.php?aid=449633&browser=IE&created_date=20260312&created_hour=03&dduuid=a465555cffbce&device=0&device_type=desktop&os=Windows&ssid=g8bmboo2hn7m3dutt5bs277b27&t=1773258309&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b864a21ea20dda8db889a248ff3a731993c7da9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();