(function() { const u = '/apps/statistics.php?aid=78744&browser=IE&created_date=20260227&created_hour=15&dduuid=7ee363bc4f05c&device=0&device_type=desktop&os=Windows&ssid=flbkek0638p5bebn7v3dk6a5c1&t=1772176906&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f01055329c74e7f97a6246ea869f4bde856a4ab2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();