(function() { const u = '/apps/statistics.php?aid=419599&browser=IE&created_date=20260114&created_hour=13&dduuid=345e0107e1bf4&device=0&device_type=desktop&os=Windows&ssid=p1697vbjbve0c29qbrbdsi693v&t=1768369889&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a19b549e9d9e8de515986f0ffd627d5a5a74e3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();