(function() { const u = '/apps/statistics.php?aid=353108&browser=IE&created_date=20251227&created_hour=09&dduuid=3778ec5b2128a&device=0&device_type=desktop&os=Windows&ssid=9u260rueqdhkk87uhkmqhdetat&t=1766798056&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4161e188486db36c030a041b0ead47c53b08497&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();