(function() { const u = '/apps/statistics.php?aid=18130&browser=IE&created_date=20260308&created_hour=13&dduuid=24def65037f30&device=0&device_type=desktop&os=Windows&ssid=qtg7pq85qm6onfah482idhd0tn&t=1772947891&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fed868879cc8c2d7f1bd82b90dc83c58f8f6591&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();