(function() { const u = '/apps/statistics.php?aid=413389&browser=IE&created_date=20260119&created_hour=02&dduuid=435a40eedc41b&device=0&device_type=desktop&os=Windows&ssid=e0s9bd1qbuqmakea9tp0gr2psl&t=1768761266&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9305e8c4f00d3ad6c2d3f96f8c78e4a885d21915&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();