(function() { const u = '/apps/statistics.php?aid=210382&browser=IE&created_date=20260223&created_hour=11&dduuid=88eae9760f9e2&device=0&device_type=desktop&os=Windows&ssid=pgreus7un6tkldq5mr6e0iof2i&t=1771818150&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0f73187f2d44273b0414d92188f0a249a12ca6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();