(function() { const u = '/apps/statistics.php?aid=448519&browser=IE&created_date=20260122&created_hour=05&dduuid=6847915581b43&device=0&device_type=desktop&os=Windows&ssid=0092bor41n9rse6cbs70mfq81k&t=1769029470&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6cc6c017126dc62d160abbfd536f07670da0a6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();