(function() { const u = '/apps/statistics.php?aid=455693&browser=IE&created_date=20260303&created_hour=12&dduuid=42f405a96588c&device=0&device_type=desktop&os=Windows&ssid=965hn8cs7re49r7j5su94ojg9o&t=1772512831&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=679938dbd130c3fda2c70d36790e24cac76b6bb1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();