(function() { const u = '/apps/statistics.php?aid=26&browser=IE&created_date=20260227&created_hour=06&dduuid=dd6246a14842a&device=0&device_type=desktop&os=Windows&ssid=g7dss3ls2raggmptlt7hpq06db&t=1772143991&typeid=6&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5a30857caa09371dbd0c1d7459e41ee53d0b3a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();